| lcRPlanSetCurve | Home |
|
BOOL lcRPlanSetCurve ( HANDLE hVertex, double Radius, double LenClot1, double LenClot2 ); |
| hVertex | |
| Handle to a vertex of road plan object. | |
| Radius | |
| Radius of circular arc segment. | |
| LenClot1 | |
| Length of first clothoid (before the arc). | |
| LenClot2 | |
| Length of second clothoid (after the arc). | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcRPlanDeleteVer, lcBlockAddRPlan |